pgdbf software package provides converter of XBase / FoxPro tables to PostgreSQL, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install pgdbf
pgdbf is installed in your system.
Make ensure the pgdbf package were installed using the commands given below,
$ sudo dpkg-query -l | grep pgdbf *
You will get with pgdbf package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Databases |
| Package | pgdbf |
| Version | 0.6.2-1ubuntu1 |
| Description | converter of XBase / FoxPro tables to PostgreSQL |
| Sub Section | Database |